Eplan Platform API
Eplan.EplApi.HEServices Namespace / Edit Class / Mirror Method / Mirror(Placement[],PointD,PointD,Boolean) Method
Placements to mirror.
Start point of the mirror axis
End point of the mirror axis
Determines if objects are copied or moved to the mirror position

Mirror(Placement[],PointD,PointD,Boolean) Method
Mirrors placements
Syntax

Parameters

placements
Placements to mirror.
start
Start point of the mirror axis
end
End point of the mirror axis
bCopyObjects
Determines if objects are copied or moved to the mirror position
Exceptions
ExceptionDescription
Is thrown in case of null placements
Is thrown in case if start equal to end
Remarks
Mirror is done without numeration. If necessary, please renumber objects by 'Renumber' class
See Also